if isXtraInstalled("printomatic_lite") = false then
alert "The PrintOMatic Lite Xtra is not installed; printing is disabled."&return&return&"Please consult the Read Me file in the PrintOMatic Lite folder for information on how to install PrintOMatic Lite."
end if
end
on isXtraInstalled xtraName
if not stringP(xtraName) then
alert "isXtraInstalled() requires an Xtra name to work."